DioDocs for PDF
GetPdfEnum<T>(IPdfDict,PdfName,Nullable<T>) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > IPdfDictExt クラス > GetPdfEnum メソッド : GetPdfEnum<T>(IPdfDict,PdfName,Nullable<T>) メソッド
現在の辞書。
値を識別するキー。
デフォルト値。
指定されたキーに関連付けられた null 許容の GrapeCity.Documents.Pdf.PdfEnum<TEnum> 値を取得します。値が存在しない場合は、defValue (null の場合もあります) を返します。
シンタックス
'宣言
 
Public Overloads Shared Function GetPdfEnum(Of T As {New, Struct})( _
   ByVal dict As IPdfDict, _
   ByVal key As PdfName, _
   ByVal defValue As System.Nullable(Of T) _
) As System.Nullable(Of PdfEnum(Of T))
public static System.Nullable<PdfEnum<T>> GetPdfEnum<T>( 
   IPdfDict dict,
   PdfName key,
   System.Nullable<T> defValue
)
where T: new(), struct

パラメータ

dict
現在の辞書。
key
値を識別するキー。
defValue
デフォルト値。

型パラメータ

T

戻り値の型

指定されたキーまたは defValue に関連付けられた値。
参照

IPdfDictExt クラス
IPdfDictExt メンバ
オーバーロード一覧